local TweenService = game:GetService("TweenService") local tweenInfo = TweenInfo.new( 1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, -1, true, 0 ) function sandbox(var,func) local env = getfenv(func) local newenv = setmetatable({},{ __index = function(self,k) if k=="script" then return var else return env[k] end end, }) setfenv(func,newenv) return func end cors = {} mas = Instance.new("Model",game:GetService("Lighting")) Part0 = Instance.new("Part") SpecialMesh1 = Instance.new("SpecialMesh") Part2 = Instance.new("Part") Fire3 = Instance.new("Fire") SpecialMesh4 = Instance.new("SpecialMesh") Part5 = Instance.new("Part") Fire6 = Instance.new("Fire") Fire7 = Instance.new("Fire") Part0.Name = "Handle" Part0.Parent = owner.Character.Head Part0.CFrame = owner.Character.Head.CFrame Part0.Orientation = Vector3.new(-0.4399999976158142, -180, 0) Part0.Position = Vector3.new(-21.799501419067383, 1, 1.5689697265625) Part0.Rotation = Vector3.new(-179.55999755859375, 0, 180) Part0.Size = Vector3.new(2, 2, 2) Part0.BottomSurface = Enum.SurfaceType.Smooth Part0.TopSurface = Enum.SurfaceType.Smooth Part0.FormFactor = Enum.FormFactor.Symmetric Part0.formFactor = Enum.FormFactor.Symmetric Part0.Shape = Enum.PartType.Ball SpecialMesh4.Parent = Part0 SpecialMesh4.MeshId = "rbxasset://fonts/timebomb.mesh" SpecialMesh4.TextureId = "rbxasset://textures/bombtex.png" SpecialMesh4.MeshType = Enum.MeshType.FileMesh Part5.Parent = Part0 Part5.CFrame = Part0.CFrame Part5.Position = Vector3.new(-21.97564697265625, 0.43555957078933716, -0.04090775549411774) Part5.Transparency = 1 Part5.Size = Vector3.new(0.1790180206298828, 0.24115097522735596, 0.10964047908782959) Part5.BottomSurface = Enum.SurfaceType.Smooth Part5.TopSurface = Enum.SurfaceType.Smooth Fire7.Parent = Part5 Fire7.Size = 2 Fire7.Heat = 1 Fire7.size = 2 SpecialMesh4.Parent = Part0 SpecialMesh4.MeshId = "rbxasset://fonts/timebomb.mesh" SpecialMesh4.TextureId = "rbxasset://textures/bombtex.png" SpecialMesh4.MeshType = Enum.MeshType.FileMesh Part5.Parent = Part0 Part5.CFrame = CFrame.new(Part0.CFrame.X, Part0.CFrame.Y, Part0.CFrame.X) Part5.Position = Vector3.new(-21.97564697265625, 0.43555957078933716, -0.04090775549411774) Part5.Transparency = 1 Part5.Size = Vector3.new(0.1790180206298828, 0.24115097522735596, 0.10964047908782959) Part5.BottomSurface = Enum.SurfaceType.Smooth Part5.TopSurface = Enum.SurfaceType.Smooth Fire7.Parent = Part5 Fire7.Size = 2 Fire7.Heat = 1 Fire7.size = 2 Fire7.Parent = Part5 Fire7.Size = 2 Fire7.Heat = 1 Fire7.size = 2 for i,v in pairs(mas:GetChildren()) do v.Parent = workspace pcall(function() v:MakeJoints() end) end mas:Destroy() for i,v in pairs(cors) do spawn(function() pcall(v) end) end local weld = Instance.new("Weld") weld.Parent = owner.Character.Head weld.Part0 = owner.Character.Head weld.Part1 = Part0 local bbtextblock = Instance.new("Part", owner.Character.Head) bbtextblock.Anchored = false bbtextblock.Size = Vector3.new(4, 1, 2) bbtextblock.Position = owner.Character.Head.Position bbtextblock.Transparency = 1 bbtextblock.CanCollide = false local weld = Instance.new("Weld") weld.Parent = owner.Character.Head weld.Part0 = owner.Character.Head weld.Part1 = bbtextblock local gui = Instance.new("BillboardGui", bbtextblock) gui.Size = UDim2.new(0, 780, 0, 500) local weld = Instance.new("Weld") weld.Parent = Part0 weld.Part0 = Part0 weld.Part1 = Part5 local bbtext = Instance.new("TextLabel", gui) bbtext.Size = UDim2.new(0, 800, 0, 66) bbtext.Position = UDim2.new(0, -10, 0, 125) bbtext.Rotation = 7.5 bbtext.Text = "Avoid the Kamikaze!" bbtext.TextScaled = true bbtext.BackgroundTransparency = 1 bbtext.BorderSizePixel = 0 bbtext.TextColor3 = Color3.new(255, 255, 255) bbtext.TextStrokeTransparency = 0 bbtext.TextSize = 50 bbtext.Font = "Arcade" local tween = TweenService:Create(bbtext, tweenInfo, {Rotation = -7.5}) tween:Play() local song = Instance.new("Sound", owner.Character.Head) song.SoundId = "http://www.roblox.com/asset/?id=9416068514" song.Volume = 3 song.Pitch = 1.175 song:Play() owner.Character.Humanoid.WalkSpeed = 60 wait(3) local e = Instance.new("Explosion") e.BlastRadius = 30 e.BlastPressure = 1000000 e.Position = owner.Character.Head.Position e.Parent = owner.Character.Head local Part = Instance.new("Part") Part.Size = Vector3.new(10,10,10) Part.Position = e.Position Part.Shape = Enum.PartType.Ball Part.Anchored = true Part.Transparency = 1 Part.CanCollide = false Part.Parent = Part0 --Generate a touchinterest. Part.Touched:Connect(function() end) local WithinExplosionRadius = Part:GetTouchingParts() Part:Destroy() for _,part in pairs(WithinExplosionRadius) do if part.Name ~= "Base" then part.Anchored = false end end local explosion = Instance.new("Sound", owner.Character.Head) explosion.SoundId = "http://www.roblox.com/asset/?id=258057783" explosion.Volume = 3 explosion.Pitch = 1 explosion:Play() wait(0.5) if owner.Character.Humanoid.Health ~= 0 then bbtext.Text = "Congratulations!" wait(3) bbtextblock:Remove() Part0:Remove() owner.Character.Humanoid.WalkSpeed = 16 end